home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00274_Script_ATTENTE_FIN_DE_PHASE_SANS_CLIC < prev    next >
Text File  |  2004-12-05  |  199b  |  11 lines

  1. on exitFrame
  2.   if the pauseState=0 then
  3.     case(soundBusy(3)) of
  4.       1:
  5.         go to the frame
  6.       0:
  7.         niveauson
  8.     end case
  9.   end if
  10. end
  11. -------------------------------------